home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 17 / CU Amiga Magazine's Super CD-ROM 17 (1997)(EMAP Images)(GB)[!][issue 1997-12].iso / CUCD / Readers / 3utils / PCopy / PCopy.ReadMe < prev    next >
Text File  |  1997-09-15  |  3KB  |  101 lines

  1. PCopy V1.00 - Documentation - R.Ruck - Yourware
  2.  
  3.    <<<--"Does exactly what it says in the docs"-->>>
  4.  
  5. Disclaimer
  6. ==========
  7.  
  8. I make no promises to the validity, reliablility and integrity of this
  9. software. Use it at your own risk, any damage caused by it is not my fault,
  10. it is yours.
  11.  
  12. What is it ?
  13. ============
  14.  
  15. Part Copy or PCopy is a copy utilitiy that allows only part of a file to be
  16. copied.
  17.  
  18. Why ?
  19. =====
  20.  
  21. I recently came across a huge sample on a CD that had some good stuff in
  22. it, unfortunately I had not got anywhere near the amount of memory needed
  23. to manipulate the sample. I searched through disks for a utility that
  24. allowed me to copy part of a file to somewhere else. This was, though, to
  25. no avail and I figured that the program wouldnt be difficult to write, and
  26. so here it is. Figure out its applications for yourself, I know mine.
  27.  
  28. How ?
  29. =====
  30.  
  31. Now most users will skip this bit, mainly because ptype's use is plain and
  32. simple. However those of you who do not know their mouse from a rat ;) here 
  33. we go.
  34.  
  35. At the prompt type 'pcopy'
  36.  
  37. 1. Workbench:> pcopy
  38.  
  39. Now input the file you want to copy from.
  40.  
  41. 1. Workbench:> pcopy s:startup-sequence
  42.  
  43. Now give the destination file.
  44.  
  45. 1. Workbench:> pcopy s:startup-sequence ram:file.txt
  46.  
  47. And finally give how many bytes you wish to copy. 
  48. Remember: 1 character = 1 byte and 1000 bytes = 1k.
  49.  
  50. 1. Workbench:> pcopy s:startup-sequence ram:file.txt 4000 (<-Thats 4k)
  51.  
  52. Press <ENTER> and away it goes.
  53.  
  54. The destination file should contain however much you specified.
  55.  
  56. Bugs !
  57. ======
  58.  
  59. I don't know of any real bugs, but as with all my software there probably
  60. are some.
  61. Should you have any bug reports or suggestions tell them to me via 
  62. email(see below).
  63.  
  64. Me, you know, the author
  65. ========================
  66.  
  67. I inhabit Boston, situated in the picturesque, desolate and boring county
  68. of Lincolnshire, England. At writing I am 18, although by the time I've 
  69. pulled my finger out and distributed it, I'll be collecting a pension ;)
  70.  
  71. I have just completed a BTEC National Diploma In Computing, which after two
  72. years doesnt seem like such a waste of time, well not quite anyway :)
  73.  
  74. I will be starting my Bachelor of Science in September 97, which although
  75. means a lot of work, it also means access to email(see below for iname) and
  76. the internet.
  77.  
  78. I would like any other coders to contact me if they wish to converse, swap
  79. code or anything else apparently useful.
  80.  
  81. Should anyone wish to contact me I can be reached at bobruk@mindless.com,
  82. valid Sep 1997 - July 2000, women especially welcome =).
  83.  
  84. I occassionally manage to get on IRC, very occassionally though. Should you
  85. wish to search for me, I usually wander around #amiga_warez on GalaxyNet as
  86. ^^Bob^. Although if you wish to talk urgently you need to mail me.
  87.  
  88. Other Software soon available :
  89.  
  90. TalkTime - A talking clock, the talking part is simple but getting the time
  91.            right is turning in to a complete s**tter.
  92.  
  93. CryptOpen - Encrypted file hacker.
  94.  
  95. DTPlay - Sound player, which uses datatypes exclusively.
  96.  
  97. PCP V2.00 - Command Line Encryption Software, V1.00 available now.
  98.  
  99. Insert - Inserts text into files.
  100.  
  101. PType - Type replacement, that breaks flow into pages.